Skip to content

Build a custom csb image with a (near) empty brokerpak#1

Merged
jameshochadel merged 1 commit intomainfrom
empty-brokerpak
Mar 22, 2024
Merged

Build a custom csb image with a (near) empty brokerpak#1
jameshochadel merged 1 commit intomainfrom
empty-brokerpak

Conversation

@jameshochadel
Copy link
Copy Markdown
Contributor

Changes proposed in this pull request:

Instead of figuring out how to pull the brokerpaks into the cloud-service-broker docker build environment, this repo will build on top of that image with our customizations.

Like all other images, this will be built by common-pipelines. For future iteration, I'll work from a topic branch in this repo.

Related to https://github.com/cloud-gov/product/issues/2943

Things to check

  • For any logging statements, is there any chance that they could be logging sensitive data?
  • Are log statements using a logging library with a logging level set? Setting a logging level means that log statements "below" that level will not be written to the output. For example, if the logging level is set to INFO and debugging statements are written with log.debug or similar, then they won't be written to the otput, which can prevent unintentional leaks of sensitive data.

Security considerations

None.

Instead of figuring out how to pull the brokerpaks into the cloud-service-broker docker build environment, this repo will build on top of that image with our customizations.

Related to https://github.com/cloud-gov/product/issues/2943
@@ -0,0 +1,101 @@
version: 1
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we going to permanently leave this brokerpak in here?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, this is a test one to try to get the broker deploying. Real paks soon to come!

@jameshochadel jameshochadel merged commit 9071570 into main Mar 22, 2024
@jameshochadel jameshochadel deleted the empty-brokerpak branch March 22, 2024 14:07
jameshochadel added a commit to cloud-gov/terraform-provision that referenced this pull request Mar 22, 2024
Also sort alphabetically and add trailing comma to facilitate sorting

Related to:

cloud-gov/csb#1
https://github.com/cloud-gov/product/issues/2943
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants